Skip to main content
POST
[Instance Domains] Preview the records a profile would write

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

instance_id
string<uuid>
required
organization_id
string<uuid>
required
project_id
string<uuid>
required

Body

application/json
domain_id
string<uuid>
required
profile
enum<string>
required
  • web - web
  • web_and_mail - web_and_mail
  • cloudron - cloudron
Available options:
web,
web_and_mail,
cloudron

Response

The records the profile would write, with their action and current value

record_type
string
required
read-only
name
string
required
read-only
content
string
required
read-only
priority
integer | null
required
read-only
ttl
integer
required
read-only
action
string
required
read-only
current_content
string | null
required
read-only